|
| | FrameLib_Block (ObjectType type, FrameLib_Context context, void *owner) |
| |
| virtual | ~FrameLib_Block () |
| |
| virtual void | setChannel (unsigned long chan) |
| |
| virtual unsigned long | getNumInputObjects (unsigned long blockIdx)=0 |
| |
| virtual class FrameLib_DSP * | getInputObject (unsigned long blockIdx, unsigned long idx)=0 |
| |
| virtual unsigned long | getInputObjectIdx (unsigned long blockIdx, unsigned long idx)=0 |
| |
| virtual class FrameLib_DSP * | getOutputObject (unsigned long blockIdx)=0 |
| |
| virtual unsigned long | getOutputObjectIdx (unsigned long blockIdx)=0 |
| |
| virtual unsigned long | getNumOrderingConnectionObjects ()=0 |
| |
| virtual class FrameLib_DSP * | getOrderingConnectionObject (unsigned long idx)=0 |
| |
| | FrameLib_Object (ObjectType type, FrameLib_Context context, void *owner, FrameLib_Block *parent) |
| |
| virtual | ~FrameLib_Object () |
| |
| ObjectType | getType () const |
| |
| FrameLib_Context | getContext () const |
| |
| void * | getOwner () const |
| |
| unsigned long | getNumIns () const |
| |
| unsigned long | getNumOuts () const |
| |
| unsigned long | getNumAudioIns () const |
| |
| unsigned long | getNumAudioOuts () const |
| |
| unsigned long | getNumAudioChans () const |
| |
| virtual void | setFixedInput (unsigned long idx, double *input, unsigned long size)=0 |
| |
| virtual void | blockUpdate (double **ins, double **outs, unsigned long blockSize)=0 |
| |
| virtual void | reset (double samplingRate, unsigned long maxBlockSize)=0 |
| |
| virtual std::string | objectInfo (bool verbose=false) |
| |
| virtual std::string | inputInfo (unsigned long idx, bool verbose=false) |
| |
| virtual std::string | outputInfo (unsigned long idx, bool verbose=false) |
| |
| virtual std::string | audioInfo (unsigned long idx, bool verbose=false) |
| |
| virtual FrameType | inputType (unsigned long idx) const=0 |
| |
| virtual FrameType | outputType (unsigned long idx) const=0 |
| |
| virtual const FrameLib_Parameters * | getParameters () const |
| |
| ConnectionResult | addConnection (FrameLib_Block *object, unsigned long outIdx, unsigned long inIdx) |
| |
| void | deleteConnection (unsigned long inIdx) |
| |
| ConnectionResult | addOrderingConnection (FrameLib_Block *object, unsigned long outIdx) |
| |
| void | deleteOrderingConnection (FrameLib_Block *object, unsigned long outIdx) |
| |
| void | clearOrderingConnections () |
| |
| void | clearConnections () |
| |
| bool | isConnected (unsigned long inIdx) const |
| |
| virtual void | autoOrderingConnections ()=0 |
| |
| virtual void | clearAutoOrderingConnections ()=0 |
| |
| FrameLib_Block * | getConnection (unsigned long idx) const |
| |
| unsigned long | getConnectionIdx (unsigned long idx) const |
| |
| bool | supportsOrderingConnections () const |
| |
| unsigned long | getNumOrderingConnections () const |
| |
| FrameLib_Block * | getOrderingConnection (unsigned long idx) const |
| |
| unsigned long | getOrderingConnectionIdx (unsigned long idx) const |
| |
| bool | isOrderingConnection (FrameLib_Block *object) const |
| |
| unsigned long | getNumOutputDependencies () const |
| |
| FrameLib_Block * | getOutputDependency (unsigned long idx) const |
| |
| | FrameLib_Queueable () |
| |
|
| typedef FrameLib_Queueable< FrameLib_Block >::Queue | Queue |
| |
| static bool | handlesAudio () |
| |
| void | setIO (unsigned long nIns, unsigned long nOuts, unsigned long nAudioChans=0) |
| |
| void | enableOrderingConnections () |
| |
| U * | alloc (unsigned long N) |
| |
| void | dealloc (U *&ptr) |
| |
| void | clearAllocator () |
| |
| FrameLib_LocalAllocator::Storage * | registerStorage (const char *name) |
| |
| void | releaseStorage (FrameLib_LocalAllocator::Storage *&storage) |
| |
| static const char * | formatInfo (const char *verboseStr, const char *briefStr, bool verbose) |
| |
| static std::string | formatInfo (const char *verboseStr, const char *briefStr, unsigned long idx, bool verbose) |
| |
| static std::string | formatInfo (const char *verboseStr, const char *briefStr, const char *replaceStr, bool verbose) |
| |
| static std::string | numberedString (const char *str, unsigned long idx) |
| |